Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOICEVOXデフォルトエンジンの更新情報の構造を変更 #219

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Hiroshiba
Copy link
Member

内容

の続きタスクです。

デフォルトエンジンは複数設定できるようになっているので、こちらの更新情報も複数設置できるようにしておく必要があることに気づきました。
ということでルート直下にエンジンIDを設定できるようにし、そのエンジン ID ごとにオブジェクトを1つ持てるようにしました。

データ構造的には階層が1つ増えただけです。

関連 Issue

その他

npm run latestDefaultEngineInfos
npm run generateLatestDefaultEngineInfos
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

普通にコマンドを間違えていたので修正。。

Comment on lines 80 to +82
const GITHUB_RELEASES_URL =
"https://api.github.com/repos/VOICEVOX/voicevox_engine/releases"
const ENGINE_ID = "074fc39e-678b-4c13-8916-ffca8d505d1d"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nemoの情報も含めても良さそうだけど、現状デフォルトエンジンとしてNemoが導入されていないので、まあいいかなと。

@Hiroshiba
Copy link
Member Author

いや・・・デフォルトエンジンの情報ごとに、更新情報の URL を持てるようにしたほうが良いかも・・・・・・・。
一旦ドラフトで。。。

@Hiroshiba Hiroshiba marked this pull request as draft October 6, 2024 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant